home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / utils / files / ipnote.exe / 0 / RCDATA / TFRAMECOPY / TFRAMECOPY.txt < prev   
Encoding:
Text File  |  2003-10-01  |  806 b   |  42 lines

  1. inherited FrameCopy: TFrameCopy
  2.   inherited imgCaption: TImage
  3.     Picture.Data = {<image000.bmp>}
  4.   end
  5.   inherited Label1: TLabel
  6.     Width = 75
  7.     Caption = 'Copy Files'
  8.   end
  9.   inherited Label2: TLabel
  10.     Width = 134
  11.     Caption = 'Install Wizard is copying files'
  12.     WordWrap = False
  13.   end
  14.   object Label3: TLabel
  15.     Left = 8
  16.     Top = 144
  17.     Width = 353
  18.     Height = 26
  19.     AutoSize = False
  20.     Caption = 
  21.       'Please wait while Install Wizard copying IPNote files. It can ta' +
  22.       'ke several minutes...'
  23.     WordWrap = True
  24.   end
  25.   object Label4: TLabel
  26.     Left = 8
  27.     Top = 184
  28.     Width = 345
  29.     Height = 13
  30.     AutoSize = False
  31.   end
  32.   object ProgressBar: TJRProgressBar
  33.     Left = 8
  34.     Top = 200
  35.     Width = 353
  36.     Height = 25
  37.     Min = 0
  38.     Max = 23
  39.     Position = 0
  40.   end
  41. end
  42.